home *** CD-ROM | disk | FTP | other *** search
- package J;
-
- import G.C;
- import M.I;
- import M.Z;
- import java.util.Enumeration;
- import java.util.Hashtable;
-
- // $FF: renamed from: J.I
- public class class_0 {
- private Hashtable clear = new Hashtable();
- private Z containsKey = new Z();
- private I get;
- private A.I getClass;
- private C getName;
- private boolean hasMoreElements;
- private static N.Z nextElement = new N.Z();
-
- public class_0(I var1) {
- this.get = var1;
- this.getClass = A.I.I(this);
- this.getName = C.I(this, this.getClass);
- }
-
- // $FF: renamed from: I () M.Z
- public final Z method_0() {
- if (!this.get.S()) {
- try {
- this.containsKey.Z(this.containsKey.C());
- } catch (M.C var2) {
- }
-
- this.containsKey.I(this.get);
- }
-
- return this.containsKey;
- }
-
- // $FF: renamed from: Z () M.I
- public final I method_1() {
- return this.get;
- }
-
- // $FF: renamed from: I (java.lang.String, S.I) void
- public final void method_2(String var1, S.I var2) {
- S.Z var3 = this.clear(var1);
- var3.I(var2);
- }
-
- protected final S.Z clear(String var1) {
- S.Z var2 = this.containsKey(var1);
- if (var2 == null) {
- var2 = new S.Z();
- this.clear.put(var1, var2);
- }
-
- return var2;
- }
-
- protected final S.Z containsKey(String var1) {
- S.Z var2 = null;
- if (this.clear.containsKey(var1)) {
- var2 = (S.Z)this.clear.get(var1);
- }
-
- return var2;
- }
-
- private void get(B var1) {
- String var2 = var1.I().getClass().getName();
- S.Z var3 = this.containsKey(var2);
- if (var3 != null) {
- Enumeration var4 = var3.I();
-
- while(var4.hasMoreElements()) {
- S.I var5 = (S.I)var4.nextElement();
- var5.I(var1);
- }
- }
-
- }
-
- // $FF: renamed from: I (java.lang.String) void
- public final void method_3(String var1) {
- this.clear.remove(var1);
- }
-
- // $FF: renamed from: I (L.Z, M.I) void
- public final void method_4(L.Z var1, I var2) {
- Z var3 = new Z();
- var3.I(var2);
- this.getClass(var1, var3);
- }
-
- public final void getClass(L.Z var1, Z var2) {
- this.getName(var1, var2, (I)null);
- }
-
- public final void getName(L.Z var1, Z var2, I var3) {
- (new J.C(this.getName, this.getClass, this.get, var1, new Z(var2), var3)).I();
- }
-
- // $FF: renamed from: I (L.Z, M.I, long) void
- public final void method_5(L.Z var1, I var2, long var3) {
- Z var5 = new Z();
- var5.I(var2);
- (new J.C(this.getName, this.getClass, this.get, var1, var5, var3)).I();
- }
-
- // $FF: renamed from: I (long) void
- public final void method_6(long var1) {
- (new J.Z(this.getName, this, this.get, var1)).start();
- }
-
- // $FF: renamed from: Z (L.Z, M.I) void
- public final void method_7(L.Z var1, I var2) {
- this.get(new B(var1, var2));
- }
-
- // $FF: renamed from: C () void
- public final void method_8() {
- this.hasMoreElements = true;
- this.clear.clear();
- this.getName.I();
- this.getClass.I();
- }
- }
-